home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / pl8.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  210 b   |  19 lines

  1.  
  2.     .ALTERNATE
  3.     SDATA    %1+2+3 
  4.     SDATA    "5"
  5.  
  6.  
  7.  
  8.     MACRO    foo
  9.     SDATA    "HI"    !! this will go
  10.     SDATA    "THERE    ! this will stay
  11.     ENDM
  12.  
  13.     foo
  14.  
  15.  
  16.     SDATA    <!<this is <a wacky> example!>!!>
  17.     SDATA    "<this is <a wacky> example>!"
  18.     END
  19.